Quantcast
Channel: iPlan » sobipro
Viewing all articles
Browse latest Browse all 2

sobipro qrcode bug

$
0
0

Posted in Joomla

entry.url-placeholder.patch

Core/Site/lib/cms/joomla_common/base/lang.php (revision )
332 332
$var =& $obj;
333 333
foreach ( $properties as $property ) {
334 334
if ( ( $var instanceof SPDBObject ) || ( method_exists( $var, ‘get’ ) ) ) {
335
if ( strstr( $property, ‘field_’ && $var instanceof SPEntry ) ) {
335
if ( strstr( $property, ‘field_’ ) && $var instanceof SPEntry ) {
336 336
$var = $var->getField( $property )->data();
337 337
}
338 338
// after an entry has been saved this attribut is being emptied
… …
345 345
array(
346 346
‘title’ => $var->get( ‘name’ ),
347 347
‘pid’ => $var->get( ‘primary’ ),
348
‘sid’ => $var->get( ‘sid’ )
348
‘sid’ => $var->get( ‘id’ )
349 349
), false, true, true
350 350
);
351 351
}


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images