|
@@ -56,7 +56,7 @@ |
|
|
block discarded – undo |
|
56
|
56
|
*/ |
|
57
|
57
|
protected function readTypeFromJsonFileUniversal($filePath, $fileBaseName) |
|
58
|
58
|
{ |
|
59
|
|
- $fName = __DIR__ . DIRECTORY_SEPARATOR . $filePath . DIRECTORY_SEPARATOR . $fileBaseName . '.min.json'; |
|
|
59
|
+ $fName = __DIR__.DIRECTORY_SEPARATOR.$filePath.DIRECTORY_SEPARATOR.$fileBaseName.'.min.json'; |
|
60
|
60
|
$fJson = fopen($fName, 'r'); |
|
61
|
61
|
$jSonContent = fread($fJson, filesize($fName)); |
|
62
|
62
|
fclose($fJson); |
Please login to merge, or discard this patch.