Changeset 169

Show
Ignore:
Timestamp:
03/06/07 20:26:03 (2 years ago)
Author:
hans
Message:

Fixing PhpDocumentorTask class property naming.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/tasks/ext/phpdoc/PhpDocumentorTask.php

    r158 r169  
    165165         */ 
    166166        public function setParseprivate($parseprivate) { 
    167                 $this->parseprivate = $parseprivate; 
     167                $this->parsePrivate = $parseprivate; 
    168168        } 
    169169         
     
    322322                } 
    323323                 
    324                 if ($this->parseprivate) { 
     324                if ($this->parsePrivate) { 
    325325                        $phpdoc->parsePrivate(); 
    326326                }