Fix error with call static class PmDashlet
This commit is contained in:
@@ -19,7 +19,7 @@ class PmDashlet extends DashletInstance implements DashletInterface
|
|||||||
* @param string $type CORE or PLUGIN
|
* @param string $type CORE or PLUGIN
|
||||||
* @return stdClass information of file
|
* @return stdClass information of file
|
||||||
*/
|
*/
|
||||||
private function verifyExistsFile($name, $type = 'CORE')
|
private static function verifyExistsFile($name, $type = 'CORE')
|
||||||
{
|
{
|
||||||
$response = new stdClass();
|
$response = new stdClass();
|
||||||
$response->exists = false;
|
$response->exists = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user