forked from mallchin/dokuwiki-slack-notifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Currently the code works very well except when changes are made to pages in the root namespace. Say you have a page :test. The function isValidNamespace is receiving 'test' in the $namespace function argument, rather than ':' or an empty string.
isValidNamespace seems to be called from processEvent(PageSaveEvent $event) in action.php, so it looks like the namespace set in the $event argument is incorrect for pages in the root.
NOTE: I am not a PHP programmer, let alone knowledgeable in Dokuwiki coding. I'm just digging, trying to get this to do what I need it to do. I'll keep digging...
Metadata
Metadata
Assignees
Labels
No labels