mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-06 21:50:39 +08:00
fix(get Commit Info): cannot use Command Helper for filename
This commit is contained in:
@@ -1465,8 +1465,6 @@ class Repository_model extends CI_Model
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
$filePath = Command::wrapArgument($filePath);
|
||||
|
||||
$command = GitCommand::getLastLog($branch, $filePath, $lastSha);
|
||||
if (!$command) {
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user