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