[dev] Parse error: in horde/accounts/lib/Driver/localhost.php

Pavel Chytil pchytil at bme.ogi.edu
Thu Jan 13 22:44:21 PST 2005


If I click on "My account" in Horde sidebar I get:

Parse error: parse error, unexpected ')', expecting ']' in
/usr/local/apache2/htdocs/horde/accounts/lib/Driver/localhost.php on line 39

I think it is typo. Could be fix by:

[root at test Driver]# diff localhost.php localhost.php.new
39c39
<         if (!isset($this->params['quota_path]')) {
---
>         if (!isset($this->params['quota_path'])) {


Thanks

-- 
Pavel


More information about the dev mailing list