Bugzilla – Bug 14981
svn 29033 breaks settings pages
Last modified: 2009-10-28 20:11:55 UTC
Post svn29033, settings pages for most plugins fail to open, e.g. CLI plugin->Settings returns 404. from svn29033: Fix warning when not storing a regex in pageFunctions sub addPageFunction { my ( $class, $regexp, $func ) = @_; + + if ( !ref $regexp ) { + $regexp = qr/^$regexp/; + }
fixed in svn r29056