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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/plugins/schema/dia/TableStatsDia.class.php')
-rw-r--r--libraries/plugins/schema/dia/TableStatsDia.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/plugins/schema/dia/TableStatsDia.class.php b/libraries/plugins/schema/dia/TableStatsDia.class.php
index 81f86c1612..a3aabb5622 100644
--- a/libraries/plugins/schema/dia/TableStatsDia.class.php
+++ b/libraries/plugins/schema/dia/TableStatsDia.class.php
@@ -62,7 +62,7 @@ class Table_Stats_Dia extends TableStats
*/
protected function showMissingTableError()
{
- $this->diagram->dieSchema(
+ PMA_Export_Relation_Schema::dieSchema(
$this->pageNumber,
"DIA",
sprintf(__('The %s table doesn\'t exist!'), $this->tableName)
@@ -76,7 +76,7 @@ class Table_Stats_Dia extends TableStats
*/
protected function showMissingCoordinatesError()
{
- $this->diagram->dieSchema(
+ PMA_Export_Relation_Schema::dieSchema(
$this->pageNumber,
"DIA",
sprintf(