Report previous patches

This commit is contained in:
Nicolas Le Goff
2015-02-09 13:42:26 +01:00
parent 32b6423cbe
commit 065f64bd47
7 changed files with 55 additions and 7 deletions

View File

@@ -89,7 +89,6 @@ class patch_320alpha4b extends patchAbstract
if (null === $user = $this->loadUser($app['EM'], $row['usr_id'])) {
continue;
}
$feed = $this->get_feed($appbox, $user, $row['pub_restrict'], $row['homelink'], $app);
$feed = $this->get_feed($app, $appbox, $user, $row['pub_restrict'], $row['homelink']);