Fix error with call static class PmDashlet

This commit is contained in:
Mauricio Veliz
2022-06-27 14:55:05 -04:00
parent afe1f42d8a
commit 81389a21e3

View File

@@ -19,7 +19,7 @@ class PmDashlet extends DashletInstance implements DashletInterface
* @param string $type CORE or PLUGIN
* @return stdClass information of file
*/
private function verifyExistsFile($name, $type = 'CORE')
private static function verifyExistsFile($name, $type = 'CORE')
{
$response = new stdClass();
$response->exists = false;