From 0c3a5702735953748f68955d51bb478538fb6eda Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 Jun 2018 11:45:58 +0200 Subject: split changelog classes into their own namespace The remaining functions in inc/changelog.php should be moved into a utility class. --- feed.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'feed.php') 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'); -- cgit v1.2.3