From c243ae09fcc100c3151fd3d842eb928003fc2f18 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 14 Mar 2008 17:41:18 +0000 Subject: A quick syntax fix for objects git-svn-id: https://code.elgg.org/elgg/trunk@230 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/objects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lib/objects.php b/engine/lib/objects.php index 269cd607c..82b8aa596 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -156,7 +156,7 @@ * @param int $site_guid The guid of the site to add it to * @return true|false */ - function add_to_site($site_guid) { + function addToSite($site_guid) { return add_site_object($this->getGUID(), $site_guid); } -- cgit v1.2.3