Skip to content

Commit

Permalink
Extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 15, 2018
1 parent 5934007 commit 8d9efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Grav/Common/GPM/Licenses.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static function getLicenseFile()

{
if (!isset(self::$file)) {
$path = Grav::instance()['locator']->findResource('user://data') . '/licenses.yaml';;
$path = Grav::instance()['locator']->findResource('user://data') . '/licenses.yaml';
if (!file_exists($path)) {
touch($path);
}
Expand Down

0 comments on commit 8d9efe4

Please sign in to comment.