updated plugin Gitium version 1.0.6

This commit is contained in:
2023-12-08 23:23:16 +00:00
committed by Gitium
parent ed9b10d2ea
commit 7757a3febe
3 changed files with 9 additions and 4 deletions

View File

@ -93,9 +93,11 @@ class Git_Wrapper {
private $last_error = '';
private $gitignore = GITIGNORE;
private $repo_dir = '';
private $private_key = '';
function __construct( $repo_dir ) {
$this->repo_dir = $repo_dir;
$this->private_key = '';
$this->repo_dir = $repo_dir;
}
function _rrmdir( $dir ) {