mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Fixes #898 - Incorrect path to admin area.
This commit is contained in:
@@ -1481,9 +1481,14 @@ $text .= "
|
||||
$text .= $frm->option($v_title, $v, ($pref['user_reg_veri'] == $v));
|
||||
}
|
||||
|
||||
$srch = array('[', ']');
|
||||
$repl = array("<a href='".e_ADMIN_ABS."notify.php'>", '</a>');
|
||||
|
||||
$PRFLAN_154a = str_replace($srch,$repl, PRFLAN_154a);
|
||||
|
||||
$text .= "
|
||||
</select>
|
||||
<div class='field-help'>".PRFLAN_154a."</div>
|
||||
<div class='field-help'>".$PRFLAN_154a."</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user