Use wfShellExec() in UIDGenerator and style fixes.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 7 Feb 2013 18:13:58 +0000 (13:13 -0500)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 7 Feb 2013 20:11:22 +0000 (15:11 -0500)
commitd2ef30b882f75c09040bb049ebec4dc003849070
tree1dd1ce2d80f2c13194803f6a28e686692c89c193
parentdb2035f7a217a5b42bb0b0e7f6e7bcabde18cfc8
Use wfShellExec() in UIDGenerator and style fixes.

Replaced backtick commands with wfShellExec() so that
the proper shell timeouts are applied. Also made some
minor style changes (added spaces after casting, got
rid of vertical alignment).

Change-Id: I9a8e9cb689279881f7bdea281c0107d613c3a7a8
includes/UIDGenerator.php