Skip to content

Commit

Permalink
fixing PHP 5.4 error "Strict: Only variables should be assigned by re…
Browse files Browse the repository at this point in the history
…ference" Re #884
  • Loading branch information
David Janssens committed Oct 5, 2015
1 parent 09a0a31 commit 6e05c95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ function protector_postcommon()

// Protector object
require_once dirname(dirname(__FILE__)).'/class/protector.php' ;
$db =& icms_db_Factory::instance() ;
$db = icms_db_Factory::instance() ;
$protector =& Protector::getInstance() ;
$protector->setConn( $db->conn ) ;
$protector->updateConfFromDb() ;
Expand Down

0 comments on commit 6e05c95

Please sign in to comment.