friendica/object
Roland Häder 293436e5fd Some rewrites:
- max_proccesses_reach() and maxload_reached() (why no _ behind max?) are called
  both way, static and with object reference.
- this is strongly discouraged and should be avoided as its support (in PHP) may
  be dropped in future releases.
- used $a = get_app(); to encapsulate code (even when the function does
  currently the same, it may be changed later)

Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-13 10:16:36 +01:00
..
BaseObject.php Some rewrites: 2016-12-13 10:16:36 +01:00
Conversation.php Some rewrites: 2016-12-13 10:16:36 +01:00
Item.php The "tagged with" message now works again. 2016-09-03 12:48:51 +02:00
TemplateEngine.php template engine rework 2013-04-23 03:27:52 -04:00