1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Change method ajax() to getAjax().

This commit is contained in:
Lóna Lore 2016-03-07 22:21:19 +01:00
parent 3a1d17e6a2
commit ceed9a02a7

View File

@ -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);
}