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/pdf/TableStatsPdf.class.php')
-rw-r--r--libraries/plugins/schema/pdf/TableStatsPdf.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/plugins/schema/pdf/TableStatsPdf.class.php b/libraries/plugins/schema/pdf/TableStatsPdf.class.php
index a20829ccc8..c45637dbce 100644
--- a/libraries/plugins/schema/pdf/TableStatsPdf.class.php
+++ b/libraries/plugins/schema/pdf/TableStatsPdf.class.php
@@ -76,7 +76,7 @@ class Table_Stats_Pdf extends TableStats
*/
protected function showMissingTableError()
{
- $this->diagram->dieSchema(
+ PMA_Export_Relation_Schema::dieSchema(
$this->pageNumber,
"PDF",
sprintf(__('The %s table doesn\'t exist!'), $this->tableName)
@@ -90,7 +90,7 @@ class Table_Stats_Pdf extends TableStats
*/
protected function showMissingCoordinatesError()
{
- $this->diagram->dieSchema(
+ PMA_Export_Relation_Schema::dieSchema(
$this->pageNumber,
"PDF",
sprintf(