X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=mdref%2FAction.php;h=05e007fe37b0ea176dda8d9be8b738c2e273294e;hb=904fc60f05894d6207e9ae85abda8c94283f7d28;hp=68f64a7edb8f41a4293af90ae4ce3d162187a68d;hpb=dc54ba07d9e53d8ca8d49c6132d3d4d2a194e669;p=mdref%2Fmdref diff --git a/mdref/Action.php b/mdref/Action.php index 68f64a7..05e007f 100644 --- a/mdref/Action.php +++ b/mdref/Action.php @@ -107,10 +107,10 @@ class Action { $pld->text = file_get_contents(ROOT."/$pld->ref"); break; case "index.css": - $this->serveStylesheet($ctl); + $this->serveStylesheet(); break; case "index.js": - $this->serveJavascript($ctl); + $this->serveJavascript(); break; default: throw new Exception(404, "$pld->ref not found");