Project

General

Profile

Actions

Bug #760

closed

Duplicated Code in auth.inc

Added by Angel Sandoval over 13 years ago. Updated over 13 years ago.

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);

Actions #1

Updated by Chris Buechler over 13 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

Also available in: Atom PDF