1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

UCSLAN_3 > LAN_DELETED

UCSLAN_3 > LAN_DELETED
This commit is contained in:
MikeyGMT
2017-01-11 08:39:26 +00:00
parent 3a014170d4
commit f92788e6a8

View File

@@ -718,7 +718,7 @@ if (isset($_POST['etrigger_delete']) && !empty($_POST['etrigger_delete']))
// unset($pref['frontpage'][$class_id]); // (Should work with both 0.7 and 0.8 front page methods)
// save_prefs();
}
$emessage->add(UCSLAN_3, E_MESSAGE_SUCCESS);
$emessage->add(LAN_DELETED, E_MESSAGE_SUCCESS);
}
else
{