[aur-dev] [PATCH] rss.php: Include package functions
Lukas Fleischer
archlinux at cryptocrack.de
Fri Oct 3 10:56:18 UTC 2014
This is needed since 4426877 (Move latest_pkgs() to pkgfuncs.inc.php,
2014-05-29).
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
web/html/rss.php | 1 +
1 file changed, 1 insertion(+)
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
--
2.1.2
More information about the aur-dev
mailing list