Commit 05f2a54fbefe94cd59c95e3ccc654f440a8671ba
- Diff rendering mode:
- inline
- side by side
entry.class.php
(1 / 1)
|   | |||
| 83 | 83 | } | |
| 84 | 84 | ||
| 85 | 85 | function getIcon(){ | |
| 86 | if ($this->img) { | ||
| 86 | if (isset($this->img)) { | ||
| 87 | 87 | $img = $this->img; | |
| 88 | 88 | } else { | |
| 89 | 89 | $class_name = get_class($this); |

