mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
typo resulting in parse error
This commit is contained in:
@@ -137,7 +137,7 @@ if (isset($_POST['replysubmit']))
|
||||
|
||||
if ($redirectFlag)
|
||||
{ // Need to go back to original page
|
||||
|
||||
|
||||
// Check for core tables first
|
||||
switch ($table)
|
||||
{
|
||||
@@ -154,7 +154,7 @@ if ($redirectFlag)
|
||||
echo "<script type='text/javascript'>document.location.href='".e_HTTP."page.php?{$redirectFlag}'</script>\n";
|
||||
exit;
|
||||
case 'user' :
|
||||
echo "<script type='text/javascript'>document.location.href='".e107::getUrl()->create('user/profile/view', 'id='.$redirectFlag)</script>\n";
|
||||
echo "<script type='text/javascript'>document.location.href='".e107::getUrl()->create('user/profile/view', 'id='.$redirectFlag)."'</script>\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user