1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-04 01:45:15 +02:00

Added global pointers to fix fatal error

This commit is contained in:
Moc 2013-03-24 14:32:37 +01:00
parent 811a5a1b26
commit 107d3a019d

View File

@ -8,8 +8,6 @@
*
* Administration Area - Emotions Settings & Packs
*
* $URL$
* $Id$
*
*/
@ -275,6 +273,7 @@ class emotec
$frm = e107::getForm();
$tp = e107::getParser();
$fl = e107::getFile();
$ns = e107::getRender();
$corea = "emote_".$packID;
@ -442,6 +441,7 @@ class emotec
$sql = e107::getDb();
$fl = e107::getFile();
$ns = e107::getRender();
$mes = e107::getMessage();
// Pick up a list of emote packs from the database
$pack_local = array();