Skip to content

Commit adbd5a7

Browse files
committed
Merge pull request #298 from tdt/development
Fix for installed controller.
2 parents 6e52465 + 4d47301 commit adbd5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Tdt/Core/DataControllers/INSTALLEDController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function readData($source_definition, $rest_parameters = array())
1919
{
2020

2121
// Include the class
22-
$class_file = app_path() . '/../Installed/' . $source_definition['path'];
22+
$class_file = app_path() . '/../installed/' . $source_definition['path'];
2323

2424
if (file_exists($class_file)) {
2525
require_once $class_file;

0 commit comments

Comments
 (0)