Remove a unused variable in rcube_plugin::include_stylesheet() (#6832)

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
pull/6839/head
Jack Cherng 5 years ago committed by Aleksander Machniak
parent b7b2ce7b91
commit 20bf625733

@ -317,7 +317,7 @@ abstract class rcube_plugin
*/ */
public function include_stylesheet($fn) public function include_stylesheet($fn)
{ {
$this->api->include_stylesheet($this->resource_url($fn), $if_exists); $this->api->include_stylesheet($this->resource_url($fn));
} }
/** /**

Loading…
Cancel
Save