nobuti / Codeigniter-breadcrumbs

Small breadcrumb library for CodeIgniter
70 stars 68 forks source link

Only variables should be passed by reference #5

Closed mnolte closed 9 years ago

mnolte commented 9 years ago

Got the following error while implementing your script:

E_STRICT [2048]: Only variables should be passed by reference ../application/third_party/Breadcrumbs/libraries/Breadcrumbs.php on line 103.

Fixed the issue by adding a reference.

nobuti commented 9 years ago

:+1: