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