Changeset - 03df18f63802
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-02-10 00:00:42
ohnobinki@ohnopublishing.net
Fix undefined variable notice during rehash.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
admin/rehash.php
Show inline comments
 
@@ -55,6 +55,8 @@ function main($argc, $argv)
 
  $crawl = TRUE;
 
  if (isset($opts['no-crawl']))
 
    $crawl = FALSE;
 

	
 
  $crawl_only = NULL;
 
  if (isset($opts['crawl-only']))
 
    $crawl_only = split(',', $opts['crawl-only']);
 

	
0 comments (0 inline, 0 general)