Skip to content

Commit b328d93

Browse files
authored
Fix bug view (#4)
1 parent 35c2e9d commit b328d93

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

app/backend/views/pages/modules/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
{% endif %}
9999
</table>
100100
{% if modules is not empty %}
101-
{{ partial('public/paginator') }}
101+
{{ partial('partials/paginator') }}
102102
{% endif %}
103103
</div>
104104
</div>

app/backend/views/pages/profile/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{% endif %}
100100
</table>
101101
{% if profile is not empty %}
102-
{{ partial('public/paginator') }}
102+
{{ partial('partials/paginator') }}
103103
{% endif %}
104104
</div>
105105
</div>

app/backend/views/pages/users/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{% endif %}
100100
</table>
101101
{% if users is not empty %}
102-
{{ partial('public/paginator') }}
102+
{{ partial('partials/paginator') }}
103103
{% endif %}
104104
</div>
105105
</div>

app/cache/compiled/.gitkeep

100644100755
File mode changed.

app/cache/compiled/backend/.gitkeep

100644100755
File mode changed.

app/cache/compiled/frontend/.gitkeep

100644100755
File mode changed.

app/cache/data/.gitkeep

100644100755
File mode changed.

app/cache/logs/.gitkeep

100644100755
File mode changed.

app/config/system/system_migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'host' => 'localhost',
1414
'port' => 3306,
1515
'username' => 'root',
16-
'password' => '',
16+
'password' => 'froze1928',
1717
'dbname' => 'lcd-cms',
1818
'charset' => 'utf8',
1919
]

0 commit comments

Comments
 (0)