mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update admin_smilies.php
This commit is contained in:
parent
75edf98cbd
commit
a05d917fb6
1 changed files with 1 additions and 1 deletions
|
@ -188,8 +188,8 @@ if (isset($_GET['import_pack']) || isset($_POST['import_pack'])) {
|
|||
if (!$result) {
|
||||
bb_die('Could not delete smiley');
|
||||
}
|
||||
$datastore->update('smile_replacements');
|
||||
|
||||
$datastore->update('smile_replacements');
|
||||
bb_die($lang['SMILEY_DEL_SUCCESS'] . '<br /><br />' . sprintf($lang['CLICK_RETURN_SMILEADMIN'], '<a href="admin_smilies.php">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>'));
|
||||
} else {
|
||||
$hidden_fields = '<input type="hidden" name="mode" value="' . $mode . '" />';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue