OutputPage: Remove unused variable left out after a refactor
authorDerick Alangi <alangiderick@gmail.com>
Thu, 11 Apr 2019 20:20:35 +0000 (21:20 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Thu, 11 Apr 2019 20:20:35 +0000 (21:20 +0100)
commit6a849ff20486ec793fafe0e94dc066171d6c2dbe
tree3f993b63f340a2c4a35fdc9522bc0e384aecb50f
parentb2ebc4452456a1ce1b228fe10bda5161469b646e
OutputPage: Remove unused variable left out after a refactor

This variable was added in I0e18dc7fdbf133f3e400 (2017) and later
removed in I11b390f2e4f5e7db8b4 (2018) but the $sk was left which
now makes it used. Hence, cleaning this up.

Change-Id: I277b9de23409da3429a3b74d42e8ab9e9d5f5399
includes/OutputPage.php