fixed the directory making bits for the downloader...
[glcas.git] / libglcas / web.php
index 3327d3d..0bdd798 100644 (file)
@@ -44,7 +44,7 @@ function GLCASMessageBuilder()
        echo "<i>Messages not implemented yet</i>";
 }
 
-function GLCASpageBuilder($bodyClass, $bodyFunction, $bodycontent, $title="GLCAS")
+function GLCASpageBuilder($bodyClass, $bodyFunction, $bodycontent=null, $title="GLCAS")
 {
        global $WEB_ROOT_FS, $BASE_URL;