|
@@ -85,12 +85,12 @@ |
|
|
block discarded – undo |
|
85
|
85
|
} |
|
86
|
86
|
} |
|
87
|
87
|
if(!empty($url_string)) { |
|
88
|
|
- Display :: display_warning_message(get_lang('AdminShouldBeRegisterInSite').'<br />'.$url_string,false); |
|
|
88
|
+ Display :: display_warning_message(get_lang('AdminShouldBeRegisterInSite').'<br />'.$url_string,false); |
|
89
|
89
|
} |
|
90
|
90
|
|
|
91
|
91
|
// checking the current installation |
|
92
|
92
|
if ($current_access_url_id==-1) { |
|
93
|
|
- Display::display_warning_message(get_lang('URLNotConfiguredPleaseChangedTo').': '.api_get_path(WEB_PATH)); |
|
|
93
|
+ Display::display_warning_message(get_lang('URLNotConfiguredPleaseChangedTo').': '.api_get_path(WEB_PATH)); |
|
94
|
94
|
} elseif(api_is_platform_admin()) { |
|
95
|
95
|
$quant= UrlManager::relation_url_user_exist(api_get_user_id(),$current_access_url_id); |
|
96
|
96
|
if ($quant==0) { |
Please login to merge, or discard this patch.