Codeigniter: Loader.php class E_STRICT

Created on 9 Jan 2012  路  2Comments  路  Source: bcit-ci/CodeIgniter

Only variables should be assigned by reference

file: system/core/Loader.php
line:150

$this->_base_classes =& is_loaded();

All 2 comments

Common.php Line 190 should be:

function &is_loaded($class = '')

Works for me with that. Ah, whoops. Didn't see the fix already. Thanks!

not work

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anharku picture anharku  路  3Comments

it-can picture it-can  路  5Comments

Struki84 picture Struki84  路  7Comments

sarciszewski picture sarciszewski  路  5Comments

vahidvdn picture vahidvdn  路  4Comments