fixed a prob with the url matching code
[glcas.git] / plugins / cron.php
index 8168e9a..ca99309 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 global $URL_HANDLERS;
-$URL_HANDLERS["cron"] = "GLCASCron";
+$URL_HANDLERS["cron.*"] = "GLCASCron";
 
 class GLCASCron {
        function __construct($config)