@@ -83,16 +83,16 @@ |
||
| 83 | 83 | global $INFO; |
| 84 | 84 | global $ID; |
| 85 | 85 | |
| 86 | - $id = $ID; |
|
| 86 | + $id = $ID; |
|
| 87 | 87 | // If it's a sidebar, get the original id. |
| 88 | 88 | if ($INFO != null) { |
| 89 | 89 | $id = $INFO['id']; |
| 90 | 90 | } |
| 91 | - $match = $data[0]; |
|
| 92 | - $match = ($match == '.') ? $id : $match; |
|
| 91 | + $match = $data[0]; |
|
| 92 | + $match = ($match == '.') ? $id : $match; |
|
| 93 | 93 | if (strstr($match, ".:")) { |
| 94 | 94 | resolve_pageid(getNS($id), $match, $exists); |
| 95 | - } |
|
| 95 | + } |
|
| 96 | 96 | |
| 97 | 97 | if ($mode == 'xhtml') { |
| 98 | 98 | $renderer->info['cache'] = false; |