diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ElggInstaller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 66d1038ab..5cc9258ec 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -746,6 +746,7 @@ class ElggInstaller { /** * Get the best guess at the base URL + * @note Cannot use current_page_url() because it depends on $CONFIG->wwwroot * @todo Should this be a core function? * @return string */ |