diff options
author | Andreas Gohr <andi@splitbrain.org> | 2018-06-15 11:45:58 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2018-06-15 11:45:58 +0200 |
commit | 0c3a5702735953748f68955d51bb478538fb6eda (patch) | |
tree | 11e5eea3cc811034c627e28fef80a84d80bdbcb5 /feed.php | |
parent | 432adb37131e09da3a60af09344c423727a7e2ad (diff) | |
download | dokuwiki-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.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'); |