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





--- Comment #10 from Platonides <[email protected]>  2009-09-02 00:05:01 UTC 
---
You could use a wrapper function, eg:
function wfImgAuthMsg() {
 static $fileloaded = false;
 if (!$fileloaded) {
  require_once( dirname( __FILE__ ) . '/img_auth.i18n.php' );
  $fileloaded = true;
 }
  return call_user_func('wfMsgHTML', func_get_args() );
}


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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to