Skip to content

Commit

Permalink
reflow overlong line
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Aug 12, 2020
1 parent ffa84f8 commit 03e8a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/Extension/PluginController.php
Expand Up @@ -120,7 +120,8 @@ public function load($type, $name, $new = false, $disabled = false)
} elseif (preg_match('/^' . DOKU_PLUGIN_NAME_REGEX . '$/', $plugin) !== 1) {
msg(
sprintf(
"Plugin name '%s' is not a valid plugin name, only the characters a-z and 0-9 are allowed. " .
"Plugin name '%s' is not a valid plugin name, only the characters a-z ".
"and 0-9 are allowed. " .
'Maybe the plugin has been installed in the wrong directory?', hsc($plugin)
), -1
);
Expand Down

0 comments on commit 03e8a69

Please sign in to comment.