mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Notice removal during install
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||
| $Revision: 1.81 $
|
||||
| $Date: 2009-09-12 13:16:56 $
|
||||
| $Revision: 1.82 $
|
||||
| $Date: 2009-09-13 12:12:22 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -1521,7 +1521,7 @@ class e107plugin
|
||||
|
||||
$query = "SELECT * FROM #plugin WHERE plugin_addons !='' ORDER BY plugin_path ASC";
|
||||
|
||||
if ($sql -> db_Select_gen($query,TRUE))
|
||||
if ($sql -> db_Select_gen($query))
|
||||
{
|
||||
while($row = $sql-> db_Fetch())
|
||||
{
|
||||
|
Reference in New Issue
Block a user