Home
last modified time | relevance | path

Searched hist:"92 faea0e5fc27ca47d6fa6c18b1da1d6b6cac4a0" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.php92faea0e5fc27ca47d6fa6c18b1da1d6b6cac4a0 Sun Sep 09 11:04:24 UTC 2012 Michael Hamann <michael@content-space.de> Load plugins using include_once instead of include

The problem with using include is that when the file that is loaded
does not contain the plugin class (e.g. because the directory name is
wrong), the file could be loaded again when the plugin class is
requested a second time which will lead to a fatal error because of
class redeclaration.