aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-12-10 15:35:22 -0500
committerBrett Profitt <brett.profitt@gmail.com>2012-12-10 15:35:22 -0500
commit4c517db146cb1c59c8a54d9e87b9e5a4ae17987e (patch)
treea6f595a26fb9a48c042c67ec9b7709b8b1ae5128 /engine/lib/sites.php
parent93e83fd9a7016e0b37ced978434c258dd69e6954 (diff)
parent3a47b126b392afe4eaab58ffa869d104cbd779ec (diff)
downloadelgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.gz
elgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.bz2
Merge branch '1.8' of github.com:Elgg/Elgg into 1.8
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r--engine/lib/sites.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 8b772668d..d9eb2d25e 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -58,6 +58,7 @@ function get_site_entity_as_row($guid) {
* @param string $url URL of the site
*
* @return bool
+ * @access private
*/
function create_site_entity($guid, $name, $description, $url) {
global $CONFIG;