sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Warning in the log #3

Closed asiminiceanu closed 11 years ago

asiminiceanu commented 11 years ago

The extra parameter in the method PhpTemplate::getHeaders() is not needed and should be removed.

[2013-02-28 21:01:01] [127.0.0.1] [Router] [info]: /phpredmin/public/index.php/welcome/index/
[2013-02-28 21:01:01] [127.0.0.1]  [warning]: Missing argument 1 for PhpTemplate::getHeaders(), called in /home/adrian/projects/git/phpredmin/views/layout.php on line 14 and defined on /home/adrian/projects/git/phpredmin/libraries/drivers/template/php.php:48
sasanrose commented 11 years ago

Thanks. Fixed.