From 1b22f8046f0f948ffa7bd505e602580983d88f01 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 3 Oct 2014 12:56:18 +0200 Subject: rss.php: Include package functions This is needed since 4426877 (Move latest_pkgs() to pkgfuncs.inc.php, 2014-05-29). Signed-off-by: Lukas Fleischer --- web/html/rss.php | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html') diff --git a/web/html/rss.php b/web/html/rss.php index 84d2205..2470d99 100644 --- a/web/html/rss.php +++ b/web/html/rss.php @@ -2,6 +2,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); include_once("aur.inc.php"); +include_once("pkgfuncs.inc.php"); include_once("feedcreator.class.php"); #detect prefix -- cgit v1.2.3-54-g00ecf