aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-14 17:41:18 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-14 17:41:18 +0000
commitc243ae09fcc100c3151fd3d842eb928003fc2f18 (patch)
tree581d4d786f9e898faea51d5a27a20d40e03993b7 /engine/lib/objects.php
parent41424c427d0c9639243ac93682366f280f23c5b0 (diff)
downloadelgg-c243ae09fcc100c3151fd3d842eb928003fc2f18.tar.gz
elgg-c243ae09fcc100c3151fd3d842eb928003fc2f18.tar.bz2
A quick syntax fix for objects
git-svn-id: https://code.elgg.org/elgg/trunk@230 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php2
1 files changed, 1 insertions, 1 deletions
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);
}