fixed some whitespacing
This commit is contained in:
parent
f0241e6dd3
commit
73b0c7e593
@ -107,7 +107,7 @@ class Code extends CI_Controller
|
||||
$data['login'] = $login;
|
||||
|
||||
$path = $this->converter->HexToAscii($path);
|
||||
if ($path == '.') $path = ''; /* treat a period specially */
|
||||
if ($path == '.') $path = ''; // treat a period specially
|
||||
$path = $this->_normalize_path($path);
|
||||
|
||||
$project = $this->projects->get($projectid);
|
||||
|
Loading…
Reference in New Issue
Block a user