diff options
Diffstat (limited to 'engine/lib/sites.php')
| -rw-r--r-- | engine/lib/sites.php | 1 | 
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; | 
