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/OperatorsController.php')
-rw-r--r--src/controllers/OperatorsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 839d6ece..c3d33cba 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -186,7 +186,7 @@ class OperatorsController extends BaseController
$oprdata = $data->getOperator($_REQUEST['operator_oid']);
$oprdata->fields['oprcanhash'] = $data->phpBool($oprdata->fields['oprcanhash']);
- if (0 < $oprdata->recordCount()) {
+ if (0 < $oprdata->RecordCount()) {
echo '<table>' . \PHP_EOL;
echo \sprintf(
'<tr><th class="data left">%s</th>',