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/database/databasetraits/ViewTrait.php')
-rw-r--r--src/database/databasetraits/ViewTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index ed74aace..b61cd9cb 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -137,7 +137,7 @@ trait ViewTrait
{
$data = $this->getView($view);
- if (1 !== $data->recordCount()) {
+ if (1 !== $data->RecordCount()) {
return -2;
}