Navigation Menu

Skip to content

Commit

Permalink
♻️ refactor: drop pointless class guard
Browse files Browse the repository at this point in the history
This is just a class. It can't be used as entry-point.
  • Loading branch information
micgro42 committed Mar 13, 2021
1 parent 9545c1b commit 1fa9a90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syntax.php
Expand Up @@ -7,8 +7,6 @@
* @author Michael Große <mic.grosse@googlemail.com>
*/

// must be run within Dokuwiki
if (!defined('DOKU_INC')) die();

class syntax_plugin_simplemap extends DokuWiki_Syntax_Plugin
{
Expand Down

0 comments on commit 1fa9a90

Please sign in to comment.