summaryrefslogtreecommitdiffstats
path: root/application/controllers/SchemaController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/SchemaController.php')
-rw-r--r--application/controllers/SchemaController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/SchemaController.php b/application/controllers/SchemaController.php
index b0ca24e..961b7b1 100644
--- a/application/controllers/SchemaController.php
+++ b/application/controllers/SchemaController.php
@@ -62,7 +62,7 @@ class SchemaController extends ActionController
return file_get_contents(
sprintf(
'%s/schema/%s.sql',
- $this->Module()->getBasedir(),
+ $this->Module()->getBaseDir(),
$type
)
);