From: Nick Jenkins Date: Fri, 12 Jan 2007 06:02:56 +0000 (+0000) Subject: $fullName not defined, changing to $path instead. X-Git-Tag: 1.31.0-rc.0~54478 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=b0e2d6a33b18c435d053f8c2a3b267a3b2432b85;p=lhc%2Fweb%2Fwiklou.git $fullName not defined, changing to $path instead. --- diff --git a/maintenance/dumpHTML.inc b/maintenance/dumpHTML.inc index 15d6871785..19c7404e48 100644 --- a/maintenance/dumpHTML.inc +++ b/maintenance/dumpHTML.inc @@ -480,7 +480,7 @@ class DumpHTML { print "Writing $file\n"; $file = fopen( $path, 'w' ); if ( !$file ) { - print("Can't open file $fullName for writing\n"); + print("Can't open file $path for writing\n"); continue; } fwrite( $file, $text );