Commit 3a0f99f6 authored by jwage's avatar jwage

fixes #701

parent 767172a6
......@@ -864,7 +864,7 @@ class Doctrine_Inflector
preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1_\2',
preg_replace('/::/', '/', $text)))));
return trim($text);
return trim($text, '-');
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment