Skip to content

Commit

Permalink
Fix pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Sep 26, 2017
1 parent ea0e936 commit da66909
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions objects/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ static function getDatabaseFileName($pluginName){
static function getAllEnabled() {
global $global;
$sql = "SELECT * FROM ".static::getTableName()." WHERE status='active' ";

$sql .= self::getSqlFromPost();

$res = $global['mysqli']->query($sql);
$rows = array();
if ($res) {
Expand Down

0 comments on commit da66909

Please sign in to comment.