Skip to content
Snippets Groups Projects

Make use of array_key_first and array_key_last functions

Closes #3422539

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
389 389 if ($install_state['settings_verified']) {
390 390 try {
391 391 $system_schema = system_schema();
392 end($system_schema);
393 $table = key($system_schema);
392 $table = array_key_last($system_schema);
  • closed

  • Please register or sign in to reply
    Loading