Skip to content

Commit

Permalink
Merge pull request #12 from pedroresende/master
Browse files Browse the repository at this point in the history
Missing parenthisis on line 254 of classes/ezjscserverfunctionsautosave.php
  • Loading branch information
dpobel committed Sep 4, 2012
2 parents fff720e + 569acd7 commit c442611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ezjscserverfunctionsautosave.php
Expand Up @@ -251,7 +251,7 @@ static public function saveDraftPreview( $args )
$tpl->setVariable( 'version', $object->version( (int)$args[1] ) );
$tpl->setVariable( 'locale', eZLocale::instance( $args[2] ) );
$siteaccessList = self::getSiteaccessList( $args[2], $object );
if ( empty( $siteaccessList )
if ( empty( $siteaccessList ) )
{
$siteaccessList = array(
eZINI::instance( 'site.ini' )->variable(
Expand Down

0 comments on commit c442611

Please sign in to comment.