]> git.mxchange.org Git - friendica.git/commitdiff
Some rewrites:
authorRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 09:16:36 +0000 (10:16 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 09:16:36 +0000 (10:16 +0100)
- 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>

No differences found