Remove bogus if-statement from pkgbase_delete()
commit483c8f5178c6d0f093a56aecc760cefba03352d9
authorLukas Fleischer <lfleischer@archlinux.org>
Mon, 27 Feb 2017 18:53:25 +0000 (27 19:53 +0100)
committerLukas Fleischer <lfleischer@archlinux.org>
Mon, 27 Feb 2017 18:56:30 +0000 (27 19:56 +0100)
treea91f555811f96fd35472aec6a77feefb3ecca30d
parentc557f348c42309fa761eaed0a7957d6b67cc0d74
Remove bogus if-statement from pkgbase_delete()

The variable $action is always undefined in pkgbase_delete() which makes
the if-statement always true and triggers a warning whenever a package
base is removed.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
web/lib/pkgbasefuncs.inc.php