1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Global fix.

This commit is contained in:
CaMer0n
2012-10-24 21:14:00 +00:00
parent a27c509572
commit 89ad15b6d6

View File

@@ -18,7 +18,10 @@
*/
if (!defined('e107_INIT')) { exit; }
global $tp,$PLUGINS_DIRECTORY;
global $PLUGINS_DIRECTORY;
$tp = e107::getParser();
$sql = e107::getDb();
if($sql->db_Select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name"))
{