@@ -91,11 +91,11 @@ |
||
91 | 91 | if ($INFO != null) { |
92 | 92 | $id = $INFO['id']; |
93 | 93 | } |
94 | - $match = $data[0]; |
|
95 | - $match = ($match == '.') ? $id : $match; |
|
94 | + $match = $data[0]; |
|
95 | + $match = ($match == '.') ? $id : $match; |
|
96 | 96 | if (strstr($match, ".:")) { |
97 | 97 | resolve_pageid(getNS($id), $match, $exists); |
98 | - } |
|
98 | + } |
|
99 | 99 | // dbglog($match, "renderer final"); |
100 | 100 | |
101 | 101 | $renderer->info['cache'] = false; |