diff options
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index 912f18a..349a02a 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -36,7 +36,7 @@ return array( 'ezcGraphGdDriverOptions' => 'Graph/options/gd_driver.php', 'ezcGraphGdDriverInvalidFontException' => 'Graph/exceptions/invalid_font.php', 'ezcGraphGdDriverUnsupportedImageTypeException' => 'Graph/exceptions/unsupported_image_type.php', - 'ezcGraphSVGDriver' => 'Graph/driver/svg.php', + 'ezcGraphSvgDriver' => 'Graph/driver/svg.php', 'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php', 'ezcGraphInvalidDriverException' => 'Graph/exceptions/invalid_driver.php', |