mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Added global pointers to fix fatal error
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Administration Area - Emotions Settings & Packs
|
* Administration Area - Emotions Settings & Packs
|
||||||
*
|
*
|
||||||
* $URL$
|
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -275,6 +273,7 @@ class emotec
|
|||||||
$frm = e107::getForm();
|
$frm = e107::getForm();
|
||||||
$tp = e107::getParser();
|
$tp = e107::getParser();
|
||||||
$fl = e107::getFile();
|
$fl = e107::getFile();
|
||||||
|
$ns = e107::getRender();
|
||||||
|
|
||||||
$corea = "emote_".$packID;
|
$corea = "emote_".$packID;
|
||||||
|
|
||||||
@@ -442,6 +441,7 @@ class emotec
|
|||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$fl = e107::getFile();
|
$fl = e107::getFile();
|
||||||
$ns = e107::getRender();
|
$ns = e107::getRender();
|
||||||
|
$mes = e107::getMessage();
|
||||||
|
|
||||||
// Pick up a list of emote packs from the database
|
// Pick up a list of emote packs from the database
|
||||||
$pack_local = array();
|
$pack_local = array();
|
||||||
|
Reference in New Issue
Block a user