aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/feed.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2018-06-15 11:45:58 +0200
committerAndreas Gohr <andi@splitbrain.org>2018-06-15 11:45:58 +0200
commit0c3a5702735953748f68955d51bb478538fb6eda (patch)
tree11e5eea3cc811034c627e28fef80a84d80bdbcb5 /feed.php
parent432adb37131e09da3a60af09344c423727a7e2ad (diff)
downloaddokuwiki-0c3a5702735953748f68955d51bb478538fb6eda.tar.gz
dokuwiki-0c3a5702735953748f68955d51bb478538fb6eda.zip
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class.
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/feed.php b/feed.php
index 65d751b3e..cd1e11792 100644
--- a/feed.php
+++ b/feed.php
@@ -9,6 +9,9 @@
* @global Input $INPUT
*/
+use dokuwiki\ChangeLog\MediaChangeLog;
+use dokuwiki\ChangeLog\PageChangeLog;
+
if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/');
require_once(DOKU_INC.'inc/init.php');