mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Remove unused var declaration
This commit is contained in:
parent
74d007a3fc
commit
3d32bd03b9
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ class Ebook{
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get SE tags
|
// Get SE tags
|
||||||
$includeToc = false;
|
|
||||||
foreach($xml->xpath('/package/metadata/meta[@property="se:subject"]') ?: [] as $tag){
|
foreach($xml->xpath('/package/metadata/meta[@property="se:subject"]') ?: [] as $tag){
|
||||||
$this->Tags[] = new Tag($tag);
|
$this->Tags[] = new Tag($tag);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue