summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-03-15 14:55:32 +0100
committerMichael Hamann <michael@content-space.de>2012-03-15 14:59:41 +0100
commit8d1fa7573a9c92901a1fef0e77f6543f0b3fcf62 (patch)
treede5a5d7c1bc0c67d79d8803b1ff80fc9d9c1a901 /inc/template.php
parenta23ac4d7df6b3952d2d1b76686d3b439fc0a6759 (diff)
downloadrpg-8d1fa7573a9c92901a1fef0e77f6543f0b3fcf62.tar.gz
rpg-8d1fa7573a9c92901a1fef0e77f6543f0b3fcf62.tar.bz2
Display the indexer web bug for deleted pages
This executes the indexer for deleted pages. This is necessary for the search index to be able to deleted deleted pages from the search index.
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/template.php b/inc/template.php
index d9a2042ad..5733972f7 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -1012,8 +1012,6 @@ function _tpl_img_action($data, $param=NULL) {
*/
function tpl_indexerWebBug(){
global $ID;
- global $INFO;
- if(!$INFO['exists']) return false;
$p = array();
$p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.rawurlencode($ID).