aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib')
-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);
}