https://bugzilla.wikimedia.org/show_bug.cgi?id=18855


jida...@jidanni.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |700
            Summary|require(./commandLine.inc): |require commandLine.inc
                   |failed to open stream: No   |properly
                   |such file                   |




--- Comment #1 from jida...@jidanni.org  2009-05-26 12:20:39 UTC ---
There is only one commandLine.inc:
$ find  -name commandLine.inc
./maintenance/commandLine.inc
So all of these could be replaced by one single best choice.

Of all of them,
1 require( './commandLine.inc' );
1 require( '../commandLine.inc' );
are the ones that will put one's program out of business if one is not
in the proper current directory.

maintenance/language/digit2html.php, and
maintenance/convertUserOptions.php are implicated. Please apply this
patch for the latter. The rest can wait for now.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to