1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Additional fix for shortcodes in pre and code tags.

This commit is contained in:
Cameron
2016-03-01 17:50:53 -08:00
parent 13d8254674
commit 8b83eeb914
2 changed files with 41 additions and 19 deletions

View File

@@ -2204,7 +2204,8 @@ class e_admin_controller
session_write_close();
// do redirect
header('Location: '.$url);
e107::redirect($url);
// header('Location: '.$url);
exit;
}