Skip to content

Commit

Permalink
made $JSINFO keys additional
Browse files Browse the repository at this point in the history
Ignore-this: 915f8388d50eed2e4aff90839c0854e8

keeps keys added earlier (eg. in preload or config)

darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bfdc1.gz
  • Loading branch information
splitbrain committed Nov 23, 2009
1 parent 72e0dc3 commit 85b9dd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doku.php
Expand Up @@ -51,10 +51,8 @@
$INFO = pageinfo();

//export minimal infos to JS, plugins can add more
$JSINFO = array(
'id' => $ID,
'namespace' => (string) $INFO['namespace']
);
$JSINFO['id'] = $ID;
$JSINFO['namespace'] = (string) $INFO['namespace'];


// handle debugging
Expand Down

0 comments on commit 85b9dd8

Please sign in to comment.