diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-03 12:56:18 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-10-03 13:17:38 +0200 |
commit | 1b22f8046f0f948ffa7bd505e602580983d88f01 (patch) | |
tree | 172180ec4b9df20e56c3e878004e83761ef3963a /web/html/rss.php | |
parent | 218ccf51e38ad9b0654aa509f2bf8eec44d69c07 (diff) | |
download | aur-1b22f8046f0f948ffa7bd505e602580983d88f01.tar.gz aur-1b22f8046f0f948ffa7bd505e602580983d88f01.tar.xz |
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 <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/rss.php')
-rw-r--r-- | web/html/rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/rss.php b/web/html/rss.php index 84d22057..2470d994 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 |