Menu ▾ ▴

#1 Typing error in Line 54 of file AjaxACApplication.class.php

open
nobody
5
2005-08-11
2005-08-11
Anonymous
No

Hi,

I have just installed the Framework (V. 0.4.4) an tried
to use the Examples. By using the
GoogleSuggestClone-Example I recognised a typing error
in Line 54 of file AjaxACApplication.class.php. There
was written

"define('AJAXAC_DEBUG-MAX', 1 << 16);"

but it should be like this:

"define('AJAXAC_DEBUG_MAX', 1 << 16);".

Greetings from the Blackforest / Germany
Ernst Eiswürfel

Discussion


Log in to post a comment.