Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/CastsController.php')
-rw-r--r--src/controllers/CastsController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index a5f7b927..ac82dd1a 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -93,6 +93,7 @@ class CastsController extends BaseController
if (self::isRecordset($casts)) {
echo $this->printTable($casts, $columns, $actions, 'casts-casts', $this->lang['strnocasts']);
}
+ return '';
}
/**