root/components/xmlSequence/XmlSequencePrinterDiagram.class.php
| 86 | 91 | ||
|---|---|---|---|
134 | { | 134 | { |
135 | if( $this->objXmlSequence->getCallerPath() != null and $this->objXmlSequence->getPublicPath() != null ) | 135 | if( $this->objXmlSequence->getCallerPath() != null and $this->objXmlSequence->getPublicPath() != null ) |
136 | { | 136 | { |
137 | $strPublicPath = CorujaStringManipulation::getRelativePath( $this->objXmlSequence->getCallerPath(), $this->objXmlSequence->getPublicPath() ); | 137 | $strPublicPath = CorujaFileManipulation::getRelativePath( $this->objXmlSequence->getCallerPath(), $this->objXmlSequence->getPublicPath() ); |
138 | } | 138 | } |
139 | elseif( $this->objXmlSequence->getCallerPath() == null and $this->objXmlSequence->getPublicPath() != null ) | ||
140 | { | ||
141 | $strPublicPath = $this->objXmlSequence->getPublicPath(); | ||
142 | } | ||
139 | else | 143 | else |
140 | { | 144 | { |
141 | $strPublicPath = "./"; | 145 | $strPublicPath = "./"; |
Download diff