X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FModLog%2FModLog.php;h=606b786b29aee2696f5fb7b2c4b804d7ae3e5256;hb=861e838adda95bb3b6144ce52468459ca9cb191c;hp=ff2588cfdbaac43dfb3515ef0d253c3557cc238a;hpb=1710a619a8e6729ca3e4d3465cdb2f98353627fb;p=quix0rs-gnu-social.git diff --git a/plugins/ModLog/ModLog.php b/plugins/ModLog/ModLog.php index ff2588cfdb..606b786b29 100644 --- a/plugins/ModLog/ModLog.php +++ b/plugins/ModLog/ModLog.php @@ -55,19 +55,6 @@ class ModLog extends Managed_DataObject public $grant; // 1 = grant, 0 = revoke public $created; // datetime - /** - * Get an instance by compound key - * - * @param array $kv array of key-value mappings - * - * @return TagSub object found, or null for no hits - * - */ - function pkeyGet($kv) - { - return Managed_DataObject::pkeyGet('ModLog', $kv); - } - /** * The One True Thingy that must be defined and declared. */