X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=blobdiff_plain;f=docs%2Fhooks.txt;h=a6fa9fed764f5b6037f5d3ca79a42844fb17217b;hb=beb1c4a0eced04ce2098433c383f1fbe469569c9;hp=f94a1b002eead295cd2fa7c04386cfa192f4c8c6;hpb=42333412833ab7f7515e193b83a909921c34887d;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index f94a1b002e..a6fa9fed76 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -120,7 +120,7 @@ If the code is well enough isolated, it can even be excluded when not used -- making for some slight savings in memory and load-up performance at runtime. Admins who want to have all the reversed titles can add: - require_once('extensions/ReverseTitle.php'); + require_once 'extensions/ReverseTitle.php'; ...to their LocalSettings.php file; those of us who don't want or need it can just leave it out.