dokufreaks / plugin-include

A DokuWiki plugin for including other wiki pages into the current one.
http://www.dokuwiki.org/plugin:include
GNU General Public License v2.0
62 stars 54 forks source link

Fix #256 do not rely on $INFO in _apply_macro #261

Closed michitux closed 3 years ago

michitux commented 3 years ago

As $INFO is not available because we are called in the very function populating $INFO, we cannot rely on it. Instead, this uses different sources for getting the same information.