Changeset 799
- Timestamp:
- 08/10/07 15:00:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/processors/stubAbstractProcessor.php
r737 r799 117 117 * @return string 118 118 */ 119 protected function getPage ($dirPrefix = null)119 protected function getPageName($dirPrefix = null) 120 120 { 121 121 if (null != $dirPrefix) { trunk/src/main/php/net/stubbles/websites/xml/stubXMLProcessor.php
r596 r799 42 42 protected function doProcess() 43 43 { 44 $pageName = $this->getPage ('conf');44 $pageName = $this->getPageName('conf'); 45 45 $xmlSerializer = $this->createXMLSerializer(); 46 46 $xmlStreamWriter = $this->createXMLStreamWriter();
