Project

General

Profile

« Previous | Next » 

Revision 1675

Added by Dietmar over 12 years ago

  1. fixed /framework/functions.php missing global $MESSAGE in function rebuildFolderProtectFile
    1

View differences:

functions.php
697 697

  
698 698
function rebuildFolderProtectFile($dir='')
699 699
{
700
	global $MESSAGE;
700 701
	$retVal = array();
701 702
	$dir = rtrim(str_replace('\/\\', '/', $dir), '/');
702 703
	try {

Also available in: Unified diff