diff options
author | Michael Hamann <michael@content-space.de> | 2012-09-07 21:10:44 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2012-09-07 21:11:44 +0200 |
commit | cd2f903b3e35c080dc9c1aa0c9f7383573dcae31 (patch) | |
tree | 92c699c8d1c3efa454f1c75f8625e17b4cf9a49b /lib/exe/indexer.php | |
parent | 0a78cb463952660f3bb257dd3dd030db725cd4f4 (diff) | |
download | rpg-cd2f903b3e35c080dc9c1aa0c9f7383573dcae31.tar.gz rpg-cd2f903b3e35c080dc9c1aa0c9f7383573dcae31.tar.bz2 |
Correct and add some PHPDoc comments, initialize some variables
Diffstat (limited to 'lib/exe/indexer.php')
-rw-r--r-- | lib/exe/indexer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php index e149770c0..1ccede923 100644 --- a/lib/exe/indexer.php +++ b/lib/exe/indexer.php @@ -175,6 +175,7 @@ function sendDigest() { } $subscriptions = subscription_find($ID, array('style' => '(digest|list)', 'escaped' => true)); + /** @var auth_basic $auth */ global $auth; global $lang; global $conf; |