Item9886: Incorrect method call breaks configure on IIS

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.1
Target Release: patch
Applies To: Engine
Component:
Branches:
Reported By: CrawfordCurrie
Waiting For:
Last Change By: KennethLavrsen
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

 

ItemTemplate edit

Summary Incorrect method call breaks configure on IIS
ReportedBy CrawfordCurrie
Codebase 1.1.0, 1.1.0 beta1
SVN Range
AppliesTo Engine
Component
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:fcbbdc1809d1 distro:95678dbfd1bb
TargetRelease patch
ReleasedIn 1.1.1
Topic revision: r4 - 25 Oct 2010, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy