Actions
Bug #760
closedDuplicated Code in auth.inc
Status:
Closed
Priority:
Very Low
Assignee:
-
Category:
User Manager / Privileges
Target version:
-
Start date:
07/27/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Lines 251-253 are duplicated in auth.inc file
Code
if(!is_dir($user_home))
mkdir($user_home, 0755);
Updated by Chris Buechler over 14 years ago
- Status changed from New to Closed
A number of changes have gone into that recently, you must be on an old version. The latest version lines 251-253 are not even close to that, and that code only appears once.
Actions