Remove throws from Title::getContentModel()
authorFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Mon, 27 Apr 2015 09:51:53 +0000 (11:51 +0200)
committerFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Mon, 27 Apr 2015 09:51:53 +0000 (11:51 +0200)
commit0eeed48cc9d7dfd440a469d980a2738b36a13493
tree4be295da9048cdfe6f1871cb7a2796219c2caaf2
parent661f171575e4b8ff26407949ab3672d135402f5e
Remove throws from Title::getContentModel()

ContentHandler::getDefaultModelFor() always returns a contentmodel,
so this exception is never thrown.

Change-Id: I7678964f229da8fcd15eb49e9e8c8e9a258e35a1
includes/Title.php