mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Change method ajax() to getAjax().
This commit is contained in:
@@ -1661,7 +1661,7 @@ class e107
|
||||
*
|
||||
* @return e_ajax_class
|
||||
*/
|
||||
public static function ajax()
|
||||
public static function getAjax()
|
||||
{
|
||||
return self::getSingleton('e_ajax_class', true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user