mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 05:25:39 +00:00
Turned caching back on for Ajax Modals Function Fix some PHP Error, update credential vars in assets and contacts
This commit is contained in:
@@ -414,7 +414,7 @@ ob_start();
|
||||
<?php
|
||||
|
||||
while ($row = mysqli_fetch_array($sql_related_credentials)) {
|
||||
$credential_id = intval($row['logins_credential_id']);
|
||||
$credential_id = intval($row['credentials_credential_id']);
|
||||
$credential_name = nullable_htmlentities($row['credential_name']);
|
||||
$credential_description = nullable_htmlentities($row['credential_description']);
|
||||
$credential_uri = nullable_htmlentities($row['credential_uri']);
|
||||
|
||||
Reference in New Issue
Block a user