Browse Source

Don't includ misc class when already included

ElectraHeart 7 years ago
parent
commit
90c4a26471
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/feeds/index.php

+ 1
- 1
sections/feeds/index.php View File

@@ -106,7 +106,7 @@ switch ($_GET['feed']) {
106 106
     $Feed->channel('Gazelle Change Log', 'RSS feed for Gazelle\'s changelog.');
107 107
     if (!$Changelog = $Cache->get_value('changelog')) {
108 108
       require(SERVER_ROOT.'/classes/mysql.class.php');
109
-      require(SERVER_ROOT.'/classes/misc.class.php');
109
+      require_once(SERVER_ROOT.'/classes/misc.class.php');
110 110
 
111 111
       $DB = NEW DB_MYSQL;
112 112
       $DB->query("

Loading…
Cancel
Save