Typing error in Line 54 of file AjaxACApplication.class.php
Status: Alpha
Brought to you by:
zervaas
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