NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9886: Incorrect method call breaks configure on IIS
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
Dunno why it doesn't trigger anywhere else, but..... line 315 of Checkers.pm is wrong. it reads:
return checkTreePerms( $name, 'rw' );
but
checkTreePerms is an object method, so it should read
return $this->checkTreePerms( $name, 'rw' );
This should block 1.1.1
See
http://irclogs.foswiki.org/bin/irclogger_log/foswiki?date=2010-10-25,Mon&sel=237#l233 for diagnosis and test
--
CrawfordCurrie - 25 Oct 2010