Searched refs:ORIGDATA2 (Results 1 – 1 of 1) sorted by relevance
| /plugin/siteexport/action/ |
| H A D | ajax.php | 710 $ORIGDATA2 = $DATA; 712 $this->functions->debug->message("OrigDATA is:", $ORIGDATA2, 1); 846 …laceLinkFinish( $DATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDe… 992 …laceLinkFinish( $DATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDe… argument 1038 … $this->functions->debug->message("The file does not exist, fallback to ORIGDATA", $ORIGDATA2, 2); 1039 $DATA[2] = $this->functions->shortenName($ORIGDATA2[2]); // get Origdata Path 1049 …return is_array($ORIGDATA2) && isset($ORIGDATA2[0]) ? $ORIGDATA2[0] : "file_not_found_and_ignored.…
|