summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 15:29:22 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 15:29:22 +0300
commit7b55001eeeb326323d020dcfac2f864f8c3ad633 (patch)
tree92b09e0349b49b1741a8b45172974addb136fbc5 /include/functions.php
parentb49bb441f4fc722911794e80366d37df626a5613 (diff)
fix various issues reported by static analysis
update gitlab-ci config
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index 526750574..baeaa03ab 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1163,7 +1163,7 @@
}
}
- function catchup_feed($feed, $cat_view, $owner_uid = false, $max_id = false, $mode = 'all', $search = false) {
+ function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) {
if (!$owner_uid) $owner_uid = $_SESSION['uid'];
@@ -1746,7 +1746,6 @@
global $fetch_last_error;
global $fetch_last_error_content;
- global $fetch_last_error_code;
require_once "include/rssfuncs.php";
@@ -2066,5 +2065,3 @@
// TODO: less dumb splitting
require_once "functions2.php";
-
-?>