Menu

#4 Notice: Undefined variable: list in D:\WEB\FTP\.include\fun_

closed
None
5
2004-08-12
2004-04-24
Anonymous
No

Dir Sir:

When there are no files in the the home directory for
the filemanager, an error message said "Notice:
Undefined variable: list in
X:\yourswebdirectory\QuiXplorer\.include\fun_list.php on
line 63" always be shown up.

line 63 is "return $list;", and this variable is undefined
indeed.

Could you fix this tiny bug?

Thank you in advance!

Discussion

  • Nobody/Anonymous

    Logged In: NO

    hello
    add this in line 44
    ------------------------------------------
    $list = ""; // make variable for empty folder

    ------------------------------------------
    this work by me fine
    Darius

     
  • Felix C. Stegerman

    Logged In: YES
    user_id=551254

    I'll fix it in the next version.

    Felix

     
  • Felix C. Stegerman

    • assigned_to: nobody --> quixproject
     
  • Felix C. Stegerman

    • status: open --> closed
     
  • Felix C. Stegerman

    Logged In: YES
    user_id=551254

    When I had to release QuiXplorer 2.3.1 because of a
    vulnarability,
    I fixed this as well.

    Felix

     

Log in to post a comment.