Make the private-logs-UDP code path in saveContent() also return $newId
authorCatrope <roan.kattouw@gmail.com>
Sun, 13 May 2012 21:40:15 +0000 (14:40 -0700)
committerCatrope <roan.kattouw@gmail.com>
Sun, 13 May 2012 21:47:19 +0000 (14:47 -0700)
commit87e6aaf9bf98c1033ec52d9ce2d2f8302f6e8537
treeaacef31dcd2badceca4f170be241a14a8d187c59
parentee2e09e37039327ed9ce60426946bc2b6f43a53d
Make the private-logs-UDP code path in saveContent() also return $newId

This was an oversight in a69fb4827409786203ee6f4befc5aa4009d13ef8 which
changed saveContent() (and, by extension, addEntry()) to return a log_id
rather than a boolean.

Also update the documentation comments to reflect this, and remove a
resolved TODO

Change-Id: I8fe269f452f8c8d4fa0318c120b676ac10efebae
includes/logging/LogPage.php