]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Notice->getParent function fixes
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 22 Oct 2013 13:37:01 +0000 (15:37 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 22 Oct 2013 13:37:19 +0000 (15:37 +0200)
commite274f69634755a732d195b769c649e3e6df3373a
tree61414d116b58382c82d42584ceea3cd9e944f0b1
parentb46c1746f2cc5260d9786fd7b3bf395b1623d4bb
Notice->getParent function fixes

NoResultException was the wrong choice in this case, because it was
not a DB_DataObject instance that performed the search, but a static
call to the Notice class.
classes/Notice.php