Index: trunk/extensions/SVGZoom/SVGZoom.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * This file contains the main include file for the SVGZoom extension of MediaWiki. |
10 | 10 | * |
11 | 11 | * Usage: Add the following line to your LocalSettings.php file: |
12 | | - * require_once( "$IP/extensions/SVGZoom/SVGZoom" ); |
| 12 | + * require_once( "$IP/extensions/SVGZoom/SVGZoom.php" ); |
13 | 13 | * |
14 | 14 | * @author Trevor Parscal <tparscal@wikimedia.org>, Brad Neuberg <bradneuberg@google.com> |
15 | 15 | * @license ? |