]> git.mxchange.org Git - friendica.git/commit
Fix formatting and PHP notices in Object\Post
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 Jan 2018 22:04:45 +0000 (17:04 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:18:19 +0000 (08:18 -0500)
commite8e2e41d73c0611ad10bc143efc6b01bb53c1840
tree96990131b0d35baab5646a29fa9447a8bbd7954f
parent4e6050489d2179adf9d156b3f00f3c8e9645af0c
Fix formatting and PHP notices in Object\Post

- Use x() and defaults() to fix undefined indexes
- Simplify boolean variable assignments
- Simplify sprintf(t()) structures
src/Object/Post.php