Removed remaining occurrences to Feed_, adapted patch_320f

This commit is contained in:
Andrey
2013-06-17 16:52:18 +02:00
parent 6bdfa2da29
commit d8d9ab7607
46 changed files with 116 additions and 5617 deletions

View File

@@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Feed_EntryNotFound extends NotFoundHttpException
class Exception_FeedEntryNotFound extends NotFoundHttpException
{
}