From ceed9a02a78334b64636eebfb402d0b2b4e7c640 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=B3na=20Lore?= <lonalore@freemail.hu>
Date: Mon, 7 Mar 2016 22:21:19 +0100
Subject: [PATCH] Change method ajax() to getAjax().

---
 e107_handlers/e107_class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php
index d11f2b5c1..b54b48e4d 100644
--- a/e107_handlers/e107_class.php
+++ b/e107_handlers/e107_class.php
@@ -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);
 	}