Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 01becff

Browse files
committed
Adding fix from Issue #14
1 parent 506727d commit 01becff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeployMintMultiSite.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function copyFilesFromDataDir($blogId, $src, $deployParts=array())
100100

101101
protected function getTablesToDeploy($projectId=0, $prefix='')
102102
{
103-
$tables = $parent->getTablesToDeploy($projectId, $prefix);
103+
$tables = parent::getTablesToDeploy($projectId, $prefix);
104104

105105
$t = array();
106106

@@ -116,4 +116,4 @@ protected function getTablesToDeploy($projectId=0, $prefix='')
116116

117117
return $tables;
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)