@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | Display::return_message(get_lang('ItemRemoved'), 'success') |
29 | 29 | ); |
30 | 30 | |
31 | - header('Location: ' . api_get_self()); |
|
31 | + header('Location: '.api_get_self()); |
|
32 | 32 | exit; |
33 | 33 | } |
34 | 34 | } |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | Display::return_message(get_lang('Saved'), 'success') |
45 | 45 | ); |
46 | 46 | |
47 | - header('Location:' . api_get_self()); |
|
47 | + header('Location:'.api_get_self()); |
|
48 | 48 | exit; |
49 | 49 | } |
50 | 50 | |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | Display::return_message(get_lang('Saved'), 'success') |
90 | 90 | ); |
91 | 91 | |
92 | - header('Location:' . api_get_self()); |
|
92 | + header('Location:'.api_get_self()); |
|
93 | 93 | exit; |
94 | 94 | } |
95 | 95 | |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | Display::return_message(get_lang('Saved'), 'success') |
129 | 129 | ); |
130 | 130 | |
131 | - header('Location:' . api_get_self()); |
|
131 | + header('Location:'.api_get_self()); |
|
132 | 132 | exit; |
133 | 133 | } |
134 | 134 | |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | Display::return_message(get_lang('Saved'), 'success') |
155 | 155 | ); |
156 | 156 | |
157 | - header('Location:' . api_get_self()); |
|
157 | + header('Location:'.api_get_self()); |
|
158 | 158 | exit; |
159 | 159 | } |
160 | 160 | |
@@ -193,7 +193,7 @@ discard block |
||
193 | 193 | Display::return_message(get_lang('Saved'), 'success') |
194 | 194 | ); |
195 | 195 | |
196 | - header('Location:' . api_get_self()); |
|
196 | + header('Location:'.api_get_self()); |
|
197 | 197 | exit; |
198 | 198 | } |
199 | 199 | |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | |
221 | 221 | // breadcrumbs |
222 | 222 | $interbreadcrumb[] = [ |
223 | - 'url' => api_get_path(WEB_PLUGIN_PATH) . 'buycourses/index.php', |
|
223 | + 'url' => api_get_path(WEB_PLUGIN_PATH).'buycourses/index.php', |
|
224 | 224 | 'name' => $plugin->get_lang('plugin_title') |
225 | 225 | ]; |
226 | 226 |