Nuno
|
Bug/typo in install.remository.php - 2005/07/26 02:33
In install.remository.php of the install package of reMOSitory 3.20-beta1, I found what seems to be a bug. In line 76, where you see:
| Code: | if (<em>!downisok</em> OR !$upisok OR !$settingok) {
|
wasn't suppose to be:
| Code: | if (<em>!$downisok</em> OR !$upisok OR !$settingok) {
|
I think that's a bug, and it can cause some wrong messages uppon installing.
|