Commit 01dd9bd5a2f6c15235069a04599053d8e07ef133
1 parent
a16c7d5b
Reverted the install/data.sql change back to the older /bin/ajaxtasks/downloadTa…
…sk.php as this wasn't required for the fix. Committed by: Charl Joseph Mert Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
100644 → 100755
| ... | ... | @@ -1377,7 +1377,7 @@ INSERT INTO `scheduler_tasks` VALUES |
| 1377 | 1377 | (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), |
| 1378 | 1378 | (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'), |
| 1379 | 1379 | (10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'), |
| 1380 | -(11,'Bulk Download Queue','presentation/lookAndFeel/knowledgeTree/bulkdownload/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'), | |
| 1380 | +(11,'Bulk Download Queue','bin/ajaxtasks/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'), | |
| 1381 | 1381 | (12,'Call Home','bin/system_info.php','',0,'daily','2009-10-01',NULL,0,'system'); |
| 1382 | 1382 | |
| 1383 | 1383 | /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; | ... | ... |