Skip to content

Commit d23382b

Browse files
author
DGuerra
committed
Using correct function to get extension datas directory name
1 parent 7728945 commit d23382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Firefox/FirefoxProfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function addExtensionDatas($extension_datas) {
6161
return;
6262
}
6363

64-
$this->extensions_datas[dirname($extension_datas)] = $extension_datas;
64+
$this->extensions_datas[basename($extension_datas)] = $extension_datas;
6565
return $this;
6666
}
6767

0 commit comments

Comments
 (0)