Skip to content

Commit

Permalink
Fixed visibility.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
  • Loading branch information
Dan Ungureanu committed Jul 25, 2015
1 parent e1a8402 commit 4a0ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema
*
* @see PMA_DIA,Table_Stats_Dia,Relation_Stats_Dia
*/
private function __construct($db)
public function __construct($db)
{
parent::__construct($db, new PMA_DIA());

Expand Down

0 comments on commit 4a0ab12

Please sign in to comment.